home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000253_news@columbia.edu _Wed Nov 3 16:59:26 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA01249
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 3 Nov 1999 16:59:25 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA13308
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 3 Nov 1999 16:39:00 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Christopher Mosley <cmosley@voicenet.com>
  10. Subject: Colors with vt220
  11. Message-ID: <rX1U3.61$L4.4815@news3.voicenet.com>
  12. Date: Wed, 03 Nov 1999 21:38:31 GMT
  13. To: kermit.misc@columbia.edu
  14.  
  15. I don't think vt100, vt220 are officially, explicitly color
  16. terminals but there is color support in mskermit. Some unix text programs
  17. that use color, not all but a few, do not work very well with vt220 emulation
  18. (set term type vt220) but _do_ work with "set term type ansibbs" in mskermit.
  19. I believe these same programs work well in various xterms in xwindows on
  20. linux, I would have to check to be absolutely sure. I used scripts to
  21. work around this in mskermit, using apc to change term type then running
  22. program, then using apc to return to a vt terminal. Wondering generally
  23. why this is?
  24.                                                        Thanks
  25.                                                   Christopher Mosley
  26.